home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / pocketd.zip / DELDIR.BAT < prev    next >
DOS Batch File  |  1992-05-23  |  183b  |  11 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /I@zzzS %1\
  5. goto exit
  6. :usage
  7. echo Delete a named subdirectory, including all files
  8. echo usage: DELDIR name
  9. :exit
  10.  
  11.